=====================================================
  UserList v1.0
=====================================================
  MSW
  : http://0-web.ru/
=====================================================
     
-----------------------------------------------------
 : ReadMe.txt
=====================================================

!    !
   -   !
       
     !

1.    

2. : /engine/engine.php
:
=====================================================
	case "pm" :
		include ENGINE_DIR . '/modules/pm.php';
		break;
=====================================================

 :
=====================================================
//****** UserList by MSW *** start ******//
	case "userlist" :
		include ENGINE_DIR.'/modules/userlist.php';
		break;
//****** UserList by MSW *** stop  ******//
=====================================================


3. : /.htaccess
:
=====================================================
RewriteEngine On
=====================================================

 :
=====================================================
# UserList by MSW
RewriteRule ^userlist.html$ /?do=userlist [L]
=====================================================

         :
=====================================================
<a href="/userlist.html"> </a>
=====================================================